home *** CD-ROM | disk | FTP | other *** search
/ Thailand - Into the 2000's / Thailand: Into the 2000's.iso / Acrobat / Acrobat.exe / EXVW / 10058 < prev    next >
Text File  |  2001-10-26  |  771b  |  23 lines

  1. dialog(name: '$$$/Prefs/Batch', margin_height: 0, margin_width: 0)
  2. {
  3.     cluster(name: '$$$/Prefs/Batch', dheight: gPrefsPanelHeight, dwidth: gPrefsPanelWidth, align_children: align_left)
  4.     {
  5.         check_box(item_id: 'Conf', name:'$$$/Prefs/Batch/ShowRunConfirmDialog');
  6.         check_box(item_id: 'Save', name:'$$$/Prefs/Batch/SaveLog');
  7.         view(align_children: align_row)
  8.         {
  9.             gap(width: gCheckBoxWidth);
  10.             view(align_children: align_left)
  11.             {
  12.                 button(item_id: 'Choo', name:'$$$/Prefs/Batch/ChooseLocation');
  13.                 static_text(item_id: 'Loca', height: gStaticTextHeight*2, dwidth: 400);
  14.             }
  15.         }
  16.         view(align_children: align_left)
  17.         {
  18.             static_text(name:'$$$/Prefs/Batch/SecurityHandler');
  19.             popup(item_id: 'Secu', width: max_char_width() * 20);
  20.         }
  21.     }
  22. }
  23.